home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / g_man / cat3 / ftn / cyclem.z / cyclem
Encoding:
Text File  |  1998-10-20  |  2.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ccccyyyycccclllleeeemmmm((((3333GGGG))))                                                          ccccyyyycccclllleeeemmmm((((3333GGGG))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ccccyyyycccclllleeeemmmm - cycles between color maps at a specified rate
  10.  
  11. FFFFOOOORRRRTTTTRRRRAAAANNNN 77777777 SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
  12.      ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ccccyyyycccclllleeeemmmm((((dddduuuurrrraaaattttiiii,,,, mmmmaaaapppp,,,, nnnnxxxxttttmmmmaaaapppp))))
  13.      iiiinnnntttteeeeggggeeeerrrr****4444 dddduuuurrrraaaattttiiii,,,, mmmmaaaapppp,,,, nnnnxxxxttttmmmmaaaapppp
  14.  
  15. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  16.      _d_u_r_a_t_i     expects the number of vertical traces before switching to the
  17.                 map named by _n_x_t_m_a_p.
  18.  
  19.      _m_a_p        expects the number of the map to use bbbbeeeeffffoooorrrreeee completing the
  20.                 number of vertical sweeps specified by _d_u_r_a_t_i.
  21.  
  22.      _n_x_t_m_a_p     expects the number of the map to use aaaafffftttteeeerrrr completing the
  23.                 number of vertical sweeps specified by _d_u_r_a_t_i.
  24.  
  25. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.      When the system is in multimap mode, ccccyyyycccclllleeeemmmm allows you to switch from one
  27.      color map to another after a specified duration.  In multimap mode there
  28.      are 16 color maps, numbered 0-15. You can use ccccyyyycccclllleeeemmmm within a loop if you
  29.      want to cycle through more than one map.
  30.  
  31. EEEEXXXXAAAAMMMMPPPPLLLLEEEE
  32.      The code fragment sets up multimap mode and cycle between two maps,
  33.      leaving map 1 on for ten vertical retraces and map 3 on for five
  34.      retraces.
  35.  
  36.           call multim
  37.           call gconfi
  38.           call cyclem(10, 1, 3)
  39.           call cyclem(5, 3, 1)
  40.  
  41. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  42.      blink, gconfi, multim
  43.  
  44. NNNNOOOOTTTTEEEESSSS
  45.      This routine is available only in immediate mode and cannot be used in
  46.      onemap mode.
  47.  
  48.      ccccyyyycccclllleeeemmmm is not supported on Iris Entry, Indy, XL, XS, XS24, XZ, Elan and
  49.      Extreme systems and IRIS-4D RealityEngine systems.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.